home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D GFX
/
3D GFX.iso
/
amiutils
/
e_h
/
fractualuniverse
/
formulas
/
sunburst.form
< prev
next >
Wrap
Text File
|
1995-12-30
|
296b
|
34 lines
Sunburst
{
{
x1=-2.5
x2= 2.5
y1=-2.0
y2= 2.0
par1.r=20.0
par1.i=0.0
par2.r=10.0
par2.i=0.0
bailout=4.0
}
{
z=pixel
c=pixel
}
{
z1=pow(z,par1)
z1=z1+c
z2=pow(z,par2)
z2=z2+c
z=z1/z2
w=abs(z)
}
{
w>bailout
}
{
PAR1-EXPONENT Z1
PAR2-EXPONENT Z2
}
}